Skip to content

Выполнение первого практического задания#1

Open
silverAndr wants to merge 1 commit intomainfrom
lesson1
Open

Выполнение первого практического задания#1
silverAndr wants to merge 1 commit intomainfrom
lesson1

Conversation

@silverAndr
Copy link
Owner

Кажется все получилось)

outlay = int(input('Введите значение издержек в у.е.: '))
if(income > outlay):
print('Фирма работает в прибыль!')
print(f'рентабельность {income / outlay * 100:.1f} %')

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Рентабельность - это отношение прибыли к выручке, Прибыль - выручка минус издержки

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants